home *** CD-ROM | disk | FTP | other *** search
/ D-Rom (UK) / D_ROM / D_ROM (Track 01).bin / drom.dir / 00083.ls < prev    next >
Encoding:
Text File  |  1997-07-24  |  220 b   |  11 lines

  1. on enterFrame
  2.   repeat with x = 20 to 30
  3.     set the visible of sprite x to 0
  4.   end repeat
  5.   if (the platform contains "16") = 0 then
  6.     if not soundBusy(1) then
  7.       puppetSound("cosford.aif")
  8.     end if
  9.   end if
  10. end
  11.